in Technology by
How to use activity types and filters with multiple events?

1 Answer

0 votes
by

You can use activity types and filters to further control when your workflow will run.

you specify activity types or filters for an event and your workflow triggers on multiple events, you must configure each event separately. You must append a colon (:) to all events, including events without configuration.

For example, a workflow with the following on value will run when:

  • A label is created
  • A push is made to the main branch in the repository
  • A push is made to a GitHub Pages-enabled branch
on:
  label:
    types:
      - created
  push:
    branches:
      - main
  page_build:

Related questions

0 votes
    Explain how many types of filters are available in Tableau?...
asked Nov 1, 2020 in Technology by JackTerrance
0 votes
    What are Filters? How many types of Filters are there in Tableau?...
asked Oct 29, 2020 in Technology by JackTerrance
0 votes
    Sometimes you want to filter a Stream with more than one condition: myList.stream().filter(x -> x ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    Problem I am trying to create a double filter, where you can combine filters from multiple categories. For ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 9, 2022 in Education by JackTerrance
0 votes
    Can we use different filters in different pages?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    Can we use non-used columns (columns that are not used in reports but used in data source) in Tableau Filters?...
asked Oct 29, 2020 in Technology by JackTerrance
0 votes
    In , forecasts are made taking into account the estimates of current weather related events and ongoing ... proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 7, 2021 in Education by JackTerrance
0 votes
    I am trying to use change tracking to copy data incrementally from a SQL Server to an Azure SQL Database. I ... change tracking table? Select the correct answer from above options...
asked Feb 4, 2022 in Education by JackTerrance
0 votes
    Your online activity can still be tracked even if you use different Tor services, but not in much detail. 1) True 2) False...
asked Dec 30, 2020 in Technology by JackTerrance
0 votes
    Which activity can you use if you want to loop through a collection of items in uipath? Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    How to use events activity types in github Actions?...
asked Jun 19, 2023 in Technology by JackTerrance
0 votes
    How does a user generate multiple keydown events? (a) Repeating the same process (b) Pressing multiple keys ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    For providing a Roll-off greater than 20dB/decade/pole, filters with which characteristics are useful? (a) Butterworth ... EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
...